home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap05 / b05d015.cc2 < prev   
Text File  |  1998-06-07  |  713b  |  17 lines

  1. 0, Your assignment in Lab 5 is to create a 
  2. 3, program that displays a welcome message 
  3. 5, in a series of foreign languages. The 
  4. 8, program should use a list box to display 
  5. 10, the countries supported and a label 
  6. 12, object to display the welcome message. When 
  7. 16, your program starts, it should populate 
  8. 19, the list box with the AddItem method in 
  9. 22, the Form_Load event procedure. And when 
  10. 24, your program is running, you should be 
  11. 26, able to click a country in the Choose a 
  12. 28, Country list box and have a foreign 
  13. 30, language message appear in the label object on 
  14. 32, the right. When you're finished using 
  15. 35, the program, simply end it by clicking 
  16. 38, the Quit button.
  17. 42, END